Class: Aws::Types::IntegratedResourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::IntegratedResourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capabilities ⇒ Types::ProviderResourceCapabilities
Returns the value of attribute capabilities.
-
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
-
#resource ⇒ Types::IntegratedResourceMetadata
Returns the value of attribute resource.
Instance Attribute Details
#capabilities ⇒ Types::ProviderResourceCapabilities
Returns the value of attribute capabilities.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def capabilities @capabilities end |
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def integration_id @integration_id end |
#resource ⇒ Types::IntegratedResourceMetadata
Returns the value of attribute resource.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def resource @resource end |