Class: Aws::Types::DescribeAccountCustomizationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountCustomizationRequest
- 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.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#resolved ⇒ Boolean
Returns the value of attribute resolved.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4424 4425 4426 |
# File 'sig/types.rbs', line 4424 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4425 4426 4427 |
# File 'sig/types.rbs', line 4425 def namespace @namespace end |
#resolved ⇒ Boolean
Returns the value of attribute resolved.
4426 4427 4428 |
# File 'sig/types.rbs', line 4426 def resolved @resolved end |