Class: Aws::Types::CloudDetails
- Inherits:
-
Object
- Object
- Aws::Types::CloudDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ ::String
Returns the value of attribute account.
-
#provider ⇒ "AWS"
Returns the value of attribute provider.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#account ⇒ ::String
Returns the value of attribute account.
288 289 290 |
# File 'sig/types.rbs', line 288 def account @account end |
#provider ⇒ "AWS"
Returns the value of attribute provider.
286 287 288 |
# File 'sig/types.rbs', line 286 def provider @provider end |
#region ⇒ ::String
Returns the value of attribute region.
287 288 289 |
# File 'sig/types.rbs', line 287 def region @region end |