Class: Aws::Types::GetResourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#embed::Array[::String]

Returns the value of attribute embed.

Returns:

  • (::Array[::String])


797
798
799
# File 'sig/types.rbs', line 797

def embed
  @embed
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


796
797
798
# File 'sig/types.rbs', line 796

def resource_id
  @resource_id
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def rest_api_id
  @rest_api_id
end