Class: Aws::Types::ReservedInstancesListing

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


16386
16387
16388
# File 'sig/types.rbs', line 16386

def client_token
  @client_token
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


16387
16388
16389
# File 'sig/types.rbs', line 16387

def create_date
  @create_date
end

#instance_counts::Array[Types::InstanceCount]

Returns the value of attribute instance_counts.

Returns:



16388
16389
16390
# File 'sig/types.rbs', line 16388

def instance_counts
  @instance_counts
end

#price_schedules::Array[Types::PriceSchedule]

Returns the value of attribute price_schedules.

Returns:



16389
16390
16391
# File 'sig/types.rbs', line 16389

def price_schedules
  @price_schedules
end

#reserved_instances_id::String

Returns the value of attribute reserved_instances_id.

Returns:

  • (::String)


16390
16391
16392
# File 'sig/types.rbs', line 16390

def reserved_instances_id
  @reserved_instances_id
end

#reserved_instances_listing_id::String

Returns the value of attribute reserved_instances_listing_id.

Returns:

  • (::String)


16391
16392
16393
# File 'sig/types.rbs', line 16391

def reserved_instances_listing_id
  @reserved_instances_listing_id
end

#status"active", ...

Returns the value of attribute status.

Returns:

  • ("active", "pending", "cancelled", "closed")


16392
16393
16394
# File 'sig/types.rbs', line 16392

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


16393
16394
16395
# File 'sig/types.rbs', line 16393

def status_message
  @status_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



16394
16395
16396
# File 'sig/types.rbs', line 16394

def tags
  @tags
end

#update_date::Time

Returns the value of attribute update_date.

Returns:

  • (::Time)


16395
16396
16397
# File 'sig/types.rbs', line 16395

def update_date
  @update_date
end