Class: Aws::Types::GetBasePathMappingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def domain_name
  @domain_name
end

#domain_name_id::String

Returns the value of attribute domain_name_id.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def domain_name_id
  @domain_name_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


630
631
632
# File 'sig/types.rbs', line 630

def limit
  @limit
end

#position::String

Returns the value of attribute position.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def position
  @position
end