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.
4250 4251 4252 |
# File 'sig/types.rbs', line 4250 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4251 4252 4253 |
# File 'sig/types.rbs', line 4251 def namespace @namespace end |
#resolved ⇒ Boolean
Returns the value of attribute resolved.
4252 4253 4254 |
# File 'sig/types.rbs', line 4252 def resolved @resolved end |