Class: Aws::Types::ListInstanceTypeDetailsRequest

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)


1695
1696
1697
# File 'sig/types.rbs', line 1695

def domain_name
  @domain_name
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1694
1695
1696
# File 'sig/types.rbs', line 1694

def engine_version
  @engine_version
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def instance_type
  @instance_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1697
1698
1699
# File 'sig/types.rbs', line 1697

def next_token
  @next_token
end

#retrieve_a_zsBoolean

Returns the value of attribute retrieve_a_zs.

Returns:

  • (Boolean)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def retrieve_a_zs
  @retrieve_a_zs
end