Class: Aws::Types::SupportedResourceType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cfn_resource_types::Array[::String]

Returns the value of attribute cfn_resource_types.

Returns:

  • (::Array[::String])


469
470
471
# File 'sig/types.rbs', line 469

def cfn_resource_types
  @cfn_resource_types
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def resource_type
  @resource_type
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


467
468
469
# File 'sig/types.rbs', line 467

def service
  @service
end