Class: Aws::Types::AwsAccount
- Inherits:
-
Object
- Object
- Aws::Types::AwsAccount
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AwsAccountId, AwsAccountIdPath, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#aws_account_id_path ⇒ ::String
Returns the value of attribute aws_account_id_path.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
443 444 445 |
# File 'sig/types.rbs', line 443 def aws_account_id @aws_account_id end |
#aws_account_id_path ⇒ ::String
Returns the value of attribute aws_account_id_path.
444 445 446 |
# File 'sig/types.rbs', line 444 def aws_account_id_path @aws_account_id_path end |
#unknown ⇒ Object
Returns the value of attribute unknown.
445 446 447 |
# File 'sig/types.rbs', line 445 def unknown @unknown end |