Class: Aws::Types::Image

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.



6505
6506
6507
# File 'sig/types.rbs', line 6505

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.



6506
6507
6508
# File 'sig/types.rbs', line 6506

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.



6507
6508
6509
# File 'sig/types.rbs', line 6507

def display_name
  @display_name
end

#failure_reason::String

Returns the value of attribute failure_reason.



6508
6509
6510
# File 'sig/types.rbs', line 6508

def failure_reason
  @failure_reason
end

#image_arn::String

Returns the value of attribute image_arn.



6509
6510
6511
# File 'sig/types.rbs', line 6509

def image_arn
  @image_arn
end

#image_name::String

Returns the value of attribute image_name.



6510
6511
6512
# File 'sig/types.rbs', line 6510

def image_name
  @image_name
end

#image_status"CREATING", ...

Returns the value of attribute image_status.



6511
6512
6513
# File 'sig/types.rbs', line 6511

def image_status
  @image_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.



6512
6513
6514
# File 'sig/types.rbs', line 6512

def last_modified_time
  @last_modified_time
end