Class: Aws::Types::CreateResourceSetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_set_arn ⇒ ::String

Returns the value of attribute resource_set_arn.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def resource_set_arn
  @resource_set_arn
end

#resource_set_name ⇒ ::String

Returns the value of attribute resource_set_name.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def resource_set_name
  @resource_set_name
end

#resource_set_type ⇒ ::String

Returns the value of attribute resource_set_type.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def resource_set_type
  @resource_set_type
end

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

Returns the value of attribute resources.

Returns:



98
99
100
# File 'sig/types.rbs', line 98

def resources
  @resources
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


99
100
101
# File 'sig/types.rbs', line 99

def tags
  @tags
end