Class: Aws::Types::CreateCustomPermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomPermissionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#capabilities ⇒ Types::Capabilities
Returns the value of attribute capabilities.
-
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
-
#governance ⇒ Types::Governance
Returns the value of attribute governance.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def aws_account_id @aws_account_id end |
#capabilities ⇒ Types::Capabilities
Returns the value of attribute capabilities.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def capabilities @capabilities end |
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
2269 2270 2271 |
# File 'sig/types.rbs', line 2269 def @custom_permissions_name end |
#governance ⇒ Types::Governance
Returns the value of attribute governance.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def governance @governance end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def @tags end |