Class: Aws::Types::IntegratedResourceSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capabilitiesTypes::ProviderResourceCapabilities

Returns the value of attribute capabilities.



1292
1293
1294
# File 'sig/types.rbs', line 1292

def capabilities
  @capabilities
end

#integration_id::String

Returns the value of attribute integration_id.

Returns:

  • (::String)


1290
1291
1292
# File 'sig/types.rbs', line 1290

def integration_id
  @integration_id
end

#resourceTypes::IntegratedResourceMetadata

Returns the value of attribute resource.



1291
1292
1293
# File 'sig/types.rbs', line 1291

def resource
  @resource
end