ServiceNameAndResourceType

public struct ServiceNameAndResourceType : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The shareable resource types.

    Declaration

    Swift

    public let resourceType: String?
  • The name of the AWS services to which the resources belong.

    Declaration

    Swift

    public let serviceName: String?
  • Undocumented

    Declaration

    Swift

    public init(resourceType: String? = nil, serviceName: String? = nil)