Module: Aws::IoT::Client::_CreatePolicyVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePolicyVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #is_default_version ⇒ Boolean
- #policy_arn ⇒ ::String
- #policy_document ⇒ ::String
- #policy_version_id ⇒ ::String
Instance Method Details
#is_default_version ⇒ Boolean
844 |
# File 'sig/client.rbs', line 844
def is_default_version: () -> bool
|
#policy_arn ⇒ ::String
841 |
# File 'sig/client.rbs', line 841
def policy_arn: () -> ::String
|
#policy_document ⇒ ::String
842 |
# File 'sig/client.rbs', line 842
def policy_document: () -> ::String
|
#policy_version_id ⇒ ::String
843 |
# File 'sig/client.rbs', line 843
def policy_version_id: () -> ::String
|