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

#detailsTypes::ResourceDetails

Returns the value of attribute details.



1176
1177
1178
# File 'sig/types.rbs', line 1176

def details
  @details
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def id
  @id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1178
1179
1180
# File 'sig/types.rbs', line 1178

def tags
  @tags
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1179
1180
1181
# File 'sig/types.rbs', line 1179

def type
  @type
end