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

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5334
5335
5336
# File 'sig/types.rbs', line 5334

def name
  @name
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


5333
5334
5335
# File 'sig/types.rbs', line 5333

def provider
  @provider
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


5336
5337
5338
# File 'sig/types.rbs', line 5336

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


5335
5336
5337
# File 'sig/types.rbs', line 5335

def value
  @value
end