Class: Aws::Types::InstanceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_providerTypes::IdentityProvider

Returns the value of attribute identity_provider.



154
155
156
# File 'sig/types.rbs', line 154

def identity_provider
  @identity_provider
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def instance_id
  @instance_id
end

#last_status_check_date::String

Returns the value of attribute last_status_check_date.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def last_status_check_date
  @last_status_check_date
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def 
  @owner_account_id
end

#products::Array[::String]

Returns the value of attribute products.

Returns:

  • (::Array[::String])


150
151
152
# File 'sig/types.rbs', line 150

def products
  @products
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def status_message
  @status_message
end