Class: Aws::Types::DeleteGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteGroupRequest
- 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.
-
#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.
3944 3945 3946 |
# File 'sig/types.rbs', line 3944 def aws_account_id @aws_account_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
3943 3944 3945 |
# File 'sig/types.rbs', line 3943 def group_name @group_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
3945 3946 3947 |
# File 'sig/types.rbs', line 3945 def namespace @namespace end |