NamespaceSummary

public struct NamespaceSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) that AWS Cloud Map assigns to the namespace when you create it.

    Declaration

    Swift

    public let arn: String?
  • The date and time that the namespace was created.

    Declaration

    Swift

    public let createDate: TimeStamp?
  • A description for the namespace.

    Declaration

    Swift

    public let description: String?
  • id

    The ID of the namespace.

    Declaration

    Swift

    public let id: String?
  • The name of the namespace. When you create a namespace, AWS Cloud Map automatically creates a Route 53 hosted zone that has the same name as the namespace.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public let properties: NamespaceProperties?
  • The number of services that were created using the namespace.

    Declaration

    Swift

    public let serviceCount: Int?
  • The type of the namespace, either public or private.

    Declaration

    Swift

    public let type: NamespaceType?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, createDate: TimeStamp? = nil, description: String? = nil, id: String? = nil, name: String? = nil, properties: NamespaceProperties? = nil, serviceCount: Int? = nil, type: NamespaceType? = nil)