Class: Aws::Types::ResourceDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_configuration::String

Returns the value of attribute resource_configuration.

Returns:

  • (::String)


2046
2047
2048
# File 'sig/types.rbs', line 2046

def resource_configuration
  @resource_configuration
end

#resource_configuration_schema_type"CFN_RESOURCE_SCHEMA"

Returns the value of attribute resource_configuration_schema_type.

Returns:

  • ("CFN_RESOURCE_SCHEMA")


2047
2048
2049
# File 'sig/types.rbs', line 2047

def resource_configuration_schema_type
  @resource_configuration_schema_type
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


2044
2045
2046
# File 'sig/types.rbs', line 2044

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


2045
2046
2047
# File 'sig/types.rbs', line 2045

def resource_type
  @resource_type
end