Class: Aws::Types::RoleUsageType
- Inherits:
-
Object
- Object
- Aws::Types::RoleUsageType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#region ⇒ ::String
Returns the value of attribute region.
-
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
Instance Attribute Details
#region ⇒ ::String
Returns the value of attribute region.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def region @region end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def resources @resources end |