Class: Aws::Types::TargetResourceType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


727
728
729
# File 'sig/types.rbs', line 727

def description
  @description
end

#parameters::Hash[::String, Types::TargetResourceTypeParameter]

Returns the value of attribute parameters.

Returns:



728
729
730
# File 'sig/types.rbs', line 728

def parameters
  @parameters
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


726
727
728
# File 'sig/types.rbs', line 726

def resource_type
  @resource_type
end