Class: Aws::Types::InstanceEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


2182
2183
2184
# File 'sig/types.rbs', line 2182

def availability_zone
  @availability_zone
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


2179
2180
2181
# File 'sig/types.rbs', line 2179

def instance_type
  @instance_type
end

#port_info_source"DEFAULT", ...

Returns the value of attribute port_info_source.

Returns:

  • ("DEFAULT", "INSTANCE", "NONE", "CLOSED")


2180
2181
2182
# File 'sig/types.rbs', line 2180

def port_info_source
  @port_info_source
end

#source_name::String

Returns the value of attribute source_name.

Returns:

  • (::String)


2178
2179
2180
# File 'sig/types.rbs', line 2178

def source_name
  @source_name
end

#user_data::String

Returns the value of attribute user_data.

Returns:

  • (::String)


2181
2182
2183
# File 'sig/types.rbs', line 2181

def user_data
  @user_data
end