Class: Aws::Types::CreateGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGroupRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def aws_account_id @aws_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def description @description end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def group_name @group_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def namespace @namespace end |