DescribeResourceRequest

public struct DescribeResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier associated with the organization for which the resource is described.

    Declaration

    Swift

    public let organizationId: String
  • The identifier of the resource to be described.

    Declaration

    Swift

    public let resourceId: String
  • Undocumented

    Declaration

    Swift

    public init(organizationId: String, resourceId: String)
  • Declaration

    Swift

    public func validate(name: String) throws