Module: Aws::MPA::Client::_GetResourcePolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetResourcePolicyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #policy_document ⇒ ::String
- #policy_name ⇒ ::String
- #policy_type ⇒ "AWS_MANAGED", "AWS_RAM"
- #policy_version_arn ⇒ ::String
- #resource_arn ⇒ ::String
Instance Method Details
#policy_document ⇒ ::String
213 |
# File 'sig/client.rbs', line 213
def policy_document: () -> ::String
|
#policy_name ⇒ ::String
212 |
# File 'sig/client.rbs', line 212
def policy_name: () -> ::String
|
#policy_type ⇒ "AWS_MANAGED", "AWS_RAM"
210 |
# File 'sig/client.rbs', line 210
def policy_type: () -> ("AWS_MANAGED" | "AWS_RAM")
|
#policy_version_arn ⇒ ::String
211 |
# File 'sig/client.rbs', line 211
def policy_version_arn: () -> ::String
|
#resource_arn ⇒ ::String
209 |
# File 'sig/client.rbs', line 209
def resource_arn: () -> ::String
|