Class: Aws::Types::GenericRevisionInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_groups::Array[::String]

Returns the value of attribute deployment_groups.

Returns:

  • (::Array[::String])


537
538
539
# File 'sig/types.rbs', line 537

def deployment_groups
  @deployment_groups
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def description
  @description
end

#first_used_time::Time

Returns the value of attribute first_used_time.

Returns:

  • (::Time)


538
539
540
# File 'sig/types.rbs', line 538

def first_used_time
  @first_used_time
end

#last_used_time::Time

Returns the value of attribute last_used_time.

Returns:

  • (::Time)


539
540
541
# File 'sig/types.rbs', line 539

def last_used_time
  @last_used_time
end

#register_time::Time

Returns the value of attribute register_time.

Returns:

  • (::Time)


540
541
542
# File 'sig/types.rbs', line 540

def register_time
  @register_time
end