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.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def region @region end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def resources @resources end |