Class: Aws::Types::UpdateGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGroupRequest
- 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.
12302 12303 12304 |
# File 'sig/types.rbs', line 12302 def aws_account_id @aws_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
12301 12302 12303 |
# File 'sig/types.rbs', line 12301 def description @description end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
12300 12301 12302 |
# File 'sig/types.rbs', line 12300 def group_name @group_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
12303 12304 12305 |
# File 'sig/types.rbs', line 12303 def namespace @namespace end |