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.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def aws_account_id @aws_account_id end |
#capabilities ⇒ Types::Capabilities
Returns the value of attribute capabilities.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def capabilities @capabilities end |
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def @custom_permissions_name end |
#governance ⇒ Types::Governance
Returns the value of attribute governance.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def governance @governance end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def @tags end |