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
2227 |
# File 'sig/client.rbs', line 2227
def creation_date: () -> ::Time
|
#generation_id ⇒ ::String
2229 |
# File 'sig/client.rbs', line 2229
def generation_id: () -> ::String
|
#is_default_version ⇒ Boolean
2226 |
# File 'sig/client.rbs', line 2226
def is_default_version: () -> bool
|
#last_modified_date ⇒ ::Time
2228 |
# File 'sig/client.rbs', line 2228
def last_modified_date: () -> ::Time
|
#policy_arn ⇒ ::String
2222 |
# File 'sig/client.rbs', line 2222
def policy_arn: () -> ::String
|
#policy_document ⇒ ::String
2224 |
# File 'sig/client.rbs', line 2224
def policy_document: () -> ::String
|
#policy_name ⇒ ::String
2223 |
# File 'sig/client.rbs', line 2223
def policy_name: () -> ::String
|
#policy_version_id ⇒ ::String
2225 |
# File 'sig/client.rbs', line 2225
def policy_version_id: () -> ::String
|