Class: Aws::Types::PutResourceConfiguration

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)


5072
5073
5074
# File 'sig/types.rbs', line 5072

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5071
5072
5073
# File 'sig/types.rbs', line 5071

def name
  @name
end

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

Returns the value of attribute parameters.

Returns:

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


5074
5075
5076
# File 'sig/types.rbs', line 5074

def parameters
  @parameters
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


5073
5074
5075
# File 'sig/types.rbs', line 5073

def region
  @region
end