Module: Aws::IoT::Client::_GetPolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPolicyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date ⇒ ::Time
- #default_version_id ⇒ ::String
- #generation_id ⇒ ::String
- #last_modified_date ⇒ ::Time
- #policy_arn ⇒ ::String
- #policy_document ⇒ ::String
- #policy_name ⇒ ::String
Instance Method Details
#creation_date ⇒ ::Time
2210 |
# File 'sig/client.rbs', line 2210
def creation_date: () -> ::Time
|
#default_version_id ⇒ ::String
2209 |
# File 'sig/client.rbs', line 2209
def default_version_id: () -> ::String
|
#generation_id ⇒ ::String
2212 |
# File 'sig/client.rbs', line 2212
def generation_id: () -> ::String
|
#last_modified_date ⇒ ::Time
2211 |
# File 'sig/client.rbs', line 2211
def last_modified_date: () -> ::Time
|
#policy_arn ⇒ ::String
2207 |
# File 'sig/client.rbs', line 2207
def policy_arn: () -> ::String
|
#policy_document ⇒ ::String
2208 |
# File 'sig/client.rbs', line 2208
def policy_document: () -> ::String
|
#policy_name ⇒ ::String
2206 |
# File 'sig/client.rbs', line 2206
def policy_name: () -> ::String
|