Module: Aws::IoT::Client::_GetPolicyVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPolicyVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date ⇒ ::Time
- #generation_id ⇒ ::String
- #is_default_version ⇒ Boolean
- #last_modified_date ⇒ ::Time
- #policy_arn ⇒ ::String
- #policy_document ⇒ ::String
- #policy_name ⇒ ::String
- #policy_version_id ⇒ ::String
Instance Method Details
#creation_date ⇒ ::Time
2220 |
# File 'sig/client.rbs', line 2220
def creation_date: () -> ::Time
|
#generation_id ⇒ ::String
2222 |
# File 'sig/client.rbs', line 2222
def generation_id: () -> ::String
|
#is_default_version ⇒ Boolean
2219 |
# File 'sig/client.rbs', line 2219
def is_default_version: () -> bool
|
#last_modified_date ⇒ ::Time
2221 |
# File 'sig/client.rbs', line 2221
def last_modified_date: () -> ::Time
|
#policy_arn ⇒ ::String
2215 |
# File 'sig/client.rbs', line 2215
def policy_arn: () -> ::String
|
#policy_document ⇒ ::String
2217 |
# File 'sig/client.rbs', line 2217
def policy_document: () -> ::String
|
#policy_name ⇒ ::String
2216 |
# File 'sig/client.rbs', line 2216
def policy_name: () -> ::String
|
#policy_version_id ⇒ ::String
2218 |
# File 'sig/client.rbs', line 2218
def policy_version_id: () -> ::String
|