Class: Aws::Types::GetMarketplaceResourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


822
823
824
# File 'sig/types.rbs', line 822

def resource_arn
  @resource_arn
end

#resource_location ⇒ ::String

Returns the value of attribute resource_location.

Returns:

  • (::String)


823
824
825
# File 'sig/types.rbs', line 823

def resource_location
  @resource_location
end

#resource_type ⇒ "COMPONENT_DATA", "COMPONENT_ARTIFACT"

Returns the value of attribute resource_type.

Returns:

  • ("COMPONENT_DATA", "COMPONENT_ARTIFACT")


821
822
823
# File 'sig/types.rbs', line 821

def resource_type
  @resource_type
end