Class: Aws::Types::Resource

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:



1327
1328
1329
# File 'sig/types.rbs', line 1327

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



1328
1329
1330
# File 'sig/types.rbs', line 1328

def name
  @name
end

#resource_data_containerTypes::ResourceDataContainer

Returns the value of attribute resource_data_container.

Returns:



1329
1330
1331
# File 'sig/types.rbs', line 1329

def resource_data_container
  @resource_data_container
end