Module: Aws::SupportAuthZ::Client::_CreateSupportPermitResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateSupportPermitOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


84
# File 'sig/client.rbs', line 84

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


89
# File 'sig/client.rbs', line 89

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


85
# File 'sig/client.rbs', line 85

def description: () -> ::String

#name::String

Returns:

  • (::String)


83
# File 'sig/client.rbs', line 83

def name: () -> ::String

#permitTypes::Permit

Returns:



86
# File 'sig/client.rbs', line 86

def permit: () -> Types::Permit

#signing_key_infoTypes::SigningKeyInfo



88
# File 'sig/client.rbs', line 88

def signing_key_info: () -> Types::SigningKeyInfo

#status"ACTIVE", ...

Returns:

  • ("ACTIVE", "INACTIVE", "DELETING")


87
# File 'sig/client.rbs', line 87

def status: () -> ("ACTIVE" | "INACTIVE" | "DELETING")

#support_case_display_id::String

Returns:

  • (::String)


90
# File 'sig/client.rbs', line 90

def support_case_display_id: () -> ::String

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


91
# File 'sig/client.rbs', line 91

def tags: () -> ::Hash[::String, ::String]