Class: Aws::Types::Resource
- Inherits:
-
Object
- Object
- Aws::Types::Resource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#association_time ⇒ ::Time
Returns the value of attribute association_time.
-
#integrations ⇒ Types::ResourceIntegrations
Returns the value of attribute integrations.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
330 331 332 |
# File 'sig/types.rbs', line 330 def arn @arn end |
#association_time ⇒ ::Time
Returns the value of attribute association_time.
331 332 333 |
# File 'sig/types.rbs', line 331 def association_time @association_time end |
#integrations ⇒ Types::ResourceIntegrations
Returns the value of attribute integrations.
332 333 334 |
# File 'sig/types.rbs', line 332 def integrations @integrations end |
#name ⇒ ::String
Returns the value of attribute name.
329 330 331 |
# File 'sig/types.rbs', line 329 def name @name end |