Class: Aws::Types::DescribeGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGroupRequest
- 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.
4787 4788 4789 |
# File 'sig/types.rbs', line 4787 def aws_account_id @aws_account_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
4786 4787 4788 |
# File 'sig/types.rbs', line 4786 def group_name @group_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4788 4789 4790 |
# File 'sig/types.rbs', line 4788 def namespace @namespace end |