Class: Aws::Types::Resource
- Inherits:
-
Object
- Object
- Aws::Types::Resource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_id ⇒ ::String
Returns the value of attribute component_id.
-
#dns_target_resource ⇒ Types::DNSTargetResource
Returns the value of attribute dns_target_resource.
-
#readiness_scopes ⇒ ::Array[::String]
Returns the value of attribute readiness_scopes.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#component_id ⇒ ::String
Returns the value of attribute component_id.
405 406 407 |
# File 'sig/types.rbs', line 405 def component_id @component_id end |
#dns_target_resource ⇒ Types::DNSTargetResource
Returns the value of attribute dns_target_resource.
406 407 408 |
# File 'sig/types.rbs', line 406 def dns_target_resource @dns_target_resource end |
#readiness_scopes ⇒ ::Array[::String]
Returns the value of attribute readiness_scopes.
407 408 409 |
# File 'sig/types.rbs', line 407 def readiness_scopes @readiness_scopes end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
408 409 410 |
# File 'sig/types.rbs', line 408 def resource_arn @resource_arn end |