Class: Aws::Types::Vm

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_role::String

Returns the value of attribute execution_role.

Returns:

  • (::String)


3004
3005
3006
# File 'sig/types.rbs', line 3004

def execution_role
  @execution_role
end

#ip_v4_addresses::Array[::String]

Returns the value of attribute ip_v4_addresses.

Returns:

  • (::Array[::String])


2997
2998
2999
# File 'sig/types.rbs', line 2997

def ip_v4_addresses
  @ip_v4_addresses
end

#ip_v6_addresses::Array[::String]

Returns the value of attribute ip_v6_addresses.

Returns:

  • (::Array[::String])


2998
2999
3000
# File 'sig/types.rbs', line 2998

def ip_v6_addresses
  @ip_v6_addresses
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


3005
3006
3007
# File 'sig/types.rbs', line 3005

def key_name
  @key_name
end

#launched_at::Time

Returns the value of attribute launched_at.

Returns:

  • (::Time)


3002
3003
3004
# File 'sig/types.rbs', line 3002

def launched_at
  @launched_at
end

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


2999
3000
3001
# File 'sig/types.rbs', line 2999

def network_id
  @network_id
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


3003
3004
3005
# File 'sig/types.rbs', line 3003

def platform
  @platform
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


3001
3002
3003
# File 'sig/types.rbs', line 3001

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


3000
3001
3002
# File 'sig/types.rbs', line 3000

def subnet_ids
  @subnet_ids
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


2994
2995
2996
# File 'sig/types.rbs', line 2994

def type
  @type
end

#vm_image_reference::String

Returns the value of attribute vm_image_reference.

Returns:

  • (::String)


2996
2997
2998
# File 'sig/types.rbs', line 2996

def vm_image_reference
  @vm_image_reference
end

#vm_name::String

Returns the value of attribute vm_name.

Returns:

  • (::String)


2995
2996
2997
# File 'sig/types.rbs', line 2995

def vm_name
  @vm_name
end