Module: Aws::IoT::Client::_CreatePolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePolicyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #policy_arn ⇒ ::String
- #policy_document ⇒ ::String
- #policy_name ⇒ ::String
- #policy_version_id ⇒ ::String
Instance Method Details
#policy_arn ⇒ ::String
822 |
# File 'sig/client.rbs', line 822
def policy_arn: () -> ::String
|
#policy_document ⇒ ::String
823 |
# File 'sig/client.rbs', line 823
def policy_document: () -> ::String
|
#policy_name ⇒ ::String
821 |
# File 'sig/client.rbs', line 821
def policy_name: () -> ::String
|
#policy_version_id ⇒ ::String
824 |
# File 'sig/client.rbs', line 824
def policy_version_id: () -> ::String
|