Class: Aws::Types::GetResourcesRequest

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])


805
806
807
# File 'sig/types.rbs', line 805

def embed
  @embed
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


804
805
806
# File 'sig/types.rbs', line 804

def limit
  @limit
end

#position::String

Returns the value of attribute position.

Returns:

  • (::String)


803
804
805
# File 'sig/types.rbs', line 803

def position
  @position
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def rest_api_id
  @rest_api_id
end