Resource

public struct Resource : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    Undocumented

    Declaration

    Swift

    public let arn: String?
  • Undocumented

    Declaration

    Swift

    public let attributes: [String : String]?
  • Undocumented

    Declaration

    Swift

    public let feature: String?
  • Undocumented

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public let type: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, attributes: [String : String]? = nil, feature: String? = nil, name: String? = nil, type: String? = nil)