Class: Aws::Types::ResourceConfiguration

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)


5343
5344
5345
# File 'sig/types.rbs', line 5343

def description
  @description
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


5341
5342
5343
# File 'sig/types.rbs', line 5341

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5342
5343
5344
# File 'sig/types.rbs', line 5342

def name
  @name
end

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

Returns the value of attribute parameters.

Returns:

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


5345
5346
5347
# File 'sig/types.rbs', line 5345

def parameters
  @parameters
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


5344
5345
5346
# File 'sig/types.rbs', line 5344

def region
  @region
end