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.
-
#cfn_resource_type ⇒ ::String
Returns the value of attribute cfn_resource_type.
-
#last_reported_at ⇒ ::Time
Returns the value of attribute last_reported_at.
-
#owning_account_id ⇒ ::String
Returns the value of attribute owning_account_id.
-
#properties ⇒ ::Array[Types::ResourceProperty]
Returns the value of attribute properties.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#service ⇒ ::String
Returns the value of attribute service.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
385 386 387 |
# File 'sig/types.rbs', line 385 def arn @arn end |
#cfn_resource_type ⇒ ::String
Returns the value of attribute cfn_resource_type.
390 391 392 |
# File 'sig/types.rbs', line 390 def cfn_resource_type @cfn_resource_type end |
#last_reported_at ⇒ ::Time
Returns the value of attribute last_reported_at.
391 392 393 |
# File 'sig/types.rbs', line 391 def last_reported_at @last_reported_at end |
#owning_account_id ⇒ ::String
Returns the value of attribute owning_account_id.
386 387 388 |
# File 'sig/types.rbs', line 386 def owning_account_id @owning_account_id end |
#properties ⇒ ::Array[Types::ResourceProperty]
Returns the value of attribute properties.
392 393 394 |
# File 'sig/types.rbs', line 392 def properties @properties end |
#region ⇒ ::String
Returns the value of attribute region.
387 388 389 |
# File 'sig/types.rbs', line 387 def region @region end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
388 389 390 |
# File 'sig/types.rbs', line 388 def resource_type @resource_type end |
#service ⇒ ::String
Returns the value of attribute service.
389 390 391 |
# File 'sig/types.rbs', line 389 def service @service end |