Class: Aws::Types::DescribeImageResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



4465
4466
4467
# File 'sig/types.rbs', line 4465

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:



4466
4467
4468
# File 'sig/types.rbs', line 4466

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:



4467
4468
4469
# File 'sig/types.rbs', line 4467

def display_name
  @display_name
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:



4468
4469
4470
# File 'sig/types.rbs', line 4468

def failure_reason
  @failure_reason
end

#image_arn::String

Returns the value of attribute image_arn.

Returns:



4469
4470
4471
# File 'sig/types.rbs', line 4469

def image_arn
  @image_arn
end

#image_name::String

Returns the value of attribute image_name.

Returns:



4470
4471
4472
# File 'sig/types.rbs', line 4470

def image_name
  @image_name
end

#image_status"CREATING", ...

Returns the value of attribute image_status.

Returns:



4471
4472
4473
# File 'sig/types.rbs', line 4471

def image_status
  @image_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



4472
4473
4474
# File 'sig/types.rbs', line 4472

def last_modified_time
  @last_modified_time
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



4473
4474
4475
# File 'sig/types.rbs', line 4473

def role_arn
  @role_arn
end