Class: Aws::Types::UpdateResourceSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_set_name ⇒ ::String

Returns the value of attribute resource_set_name.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def resource_set_name
  @resource_set_name
end

#resource_set_type ⇒ ::String

Returns the value of attribute resource_set_type.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def resource_set_type
  @resource_set_type
end

#resources ⇒ ::Array[Types::Resource]

Returns the value of attribute resources.

Returns:



514
515
516
# File 'sig/types.rbs', line 514

def resources
  @resources
end