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.
2344 2345 2346 |
# File 'sig/types.rbs', line 2344 def aws_account_id @aws_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
2343 2344 2345 |
# File 'sig/types.rbs', line 2343 def description @description end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
2342 2343 2344 |
# File 'sig/types.rbs', line 2342 def group_name @group_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
2345 2346 2347 |
# File 'sig/types.rbs', line 2345 def namespace @namespace end |