Class: Aws::Types::Instance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def 
  @account_id
end

#ami_id ⇒ ::String

Returns the value of attribute ami_id.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def ami_id
  @ami_id
end

#dual_subscription ⇒ ::String

Returns the value of attribute dual_subscription.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def dual_subscription
  @dual_subscription
end

#instance_id ⇒ ::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def instance_id
  @instance_id
end

#instance_type ⇒ ::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def instance_type
  @instance_type
end

#last_updated_time ⇒ ::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def last_updated_time
  @last_updated_time
end

#os_version ⇒ ::String

Returns the value of attribute os_version.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def os_version
  @os_version
end

#product_code ⇒ ::Array[::String]

Returns the value of attribute product_code.

Returns:

  • (::Array[::String])


61
62
63
# File 'sig/types.rbs', line 61

def product_code
  @product_code
end

#region ⇒ ::String

Returns the value of attribute region.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def region
  @region
end

#registered_with_subscription_provider ⇒ ::String

Returns the value of attribute registered_with_subscription_provider.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def registered_with_subscription_provider
  @registered_with_subscription_provider
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def status
  @status
end

#subscription_name ⇒ ::String

Returns the value of attribute subscription_name.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def subscription_name
  @subscription_name
end

#subscription_provider_create_time ⇒ ::String

Returns the value of attribute subscription_provider_create_time.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def subscription_provider_create_time
  @subscription_provider_create_time
end

#subscription_provider_update_time ⇒ ::String

Returns the value of attribute subscription_provider_update_time.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def subscription_provider_update_time
  @subscription_provider_update_time
end

#usage_operation ⇒ ::String

Returns the value of attribute usage_operation.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def usage_operation
  @usage_operation
end