Class: Aws::Types::IdentifierParts

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#method::String

Returns the value of attribute method.

Returns:

  • (::String)


1613
1614
1615
# File 'sig/types.rbs', line 1613

def method
  @method
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1614
1615
1616
# File 'sig/types.rbs', line 1614

def path
  @path
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


1615
1616
1617
# File 'sig/types.rbs', line 1615

def rest_api_id
  @rest_api_id
end

#stage::String

Returns the value of attribute stage.

Returns:

  • (::String)


1616
1617
1618
# File 'sig/types.rbs', line 1616

def stage
  @stage
end