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

#content_type"EMAIL", ...

Returns the value of attribute content_type.

Returns:

  • ("EMAIL", "PHONE_NUMBER", "LINK", "OTHER")


664
665
666
# File 'sig/types.rbs', line 664

def content_type
  @content_type
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def display_name
  @display_name
end

#resource_type"MANUFACTURER_SUPPORT", "MANUFACTURER_INSTRUCTIONS"

Returns the value of attribute resource_type.

Returns:

  • ("MANUFACTURER_SUPPORT", "MANUFACTURER_INSTRUCTIONS")


663
664
665
# File 'sig/types.rbs', line 663

def resource_type
  @resource_type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def value
  @value
end