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
2203 |
# File 'sig/client.rbs', line 2203
def creation_date: () -> ::Time
|
#default_version_id ⇒ ::String
2202 |
# File 'sig/client.rbs', line 2202
def default_version_id: () -> ::String
|
#generation_id ⇒ ::String
2205 |
# File 'sig/client.rbs', line 2205
def generation_id: () -> ::String
|
#last_modified_date ⇒ ::Time
2204 |
# File 'sig/client.rbs', line 2204
def last_modified_date: () -> ::Time
|
#policy_arn ⇒ ::String
2200 |
# File 'sig/client.rbs', line 2200
def policy_arn: () -> ::String
|
#policy_document ⇒ ::String
2201 |
# File 'sig/client.rbs', line 2201
def policy_document: () -> ::String
|
#policy_name ⇒ ::String
2199 |
# File 'sig/client.rbs', line 2199
def policy_name: () -> ::String
|