Class: Aws::Types::AwsLocation
- Inherits:
-
Object
- Object
- Aws::Types::AwsLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_role ⇒ ::String
Returns the value of attribute access_role.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#iam_connection_id ⇒ ::String
Returns the value of attribute iam_connection_id.
Instance Attribute Details
#access_role ⇒ ::String
Returns the value of attribute access_role.
462 463 464 |
# File 'sig/types.rbs', line 462 def access_role @access_role end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
463 464 465 |
# File 'sig/types.rbs', line 463 def aws_account_id @aws_account_id end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
464 465 466 |
# File 'sig/types.rbs', line 464 def aws_region @aws_region end |
#iam_connection_id ⇒ ::String
Returns the value of attribute iam_connection_id.
465 466 467 |
# File 'sig/types.rbs', line 465 def iam_connection_id @iam_connection_id end |