Class: Aws::Types::GetRevisionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def arn
  @arn
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def comment
  @comment
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


533
534
535
# File 'sig/types.rbs', line 533

def created_at
  @created_at
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def data_set_id
  @data_set_id
end

#finalizedBoolean

Returns the value of attribute finalized.

Returns:

  • (Boolean)


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

def finalized
  @finalized
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#revocation_comment::String

Returns the value of attribute revocation_comment.

Returns:

  • (::String)


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

def revocation_comment
  @revocation_comment
end

#revokedBoolean

Returns the value of attribute revoked.

Returns:

  • (Boolean)


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

def revoked
  @revoked
end

#revoked_at::Time

Returns the value of attribute revoked_at.

Returns:

  • (::Time)


542
543
544
# File 'sig/types.rbs', line 542

def revoked_at
  @revoked_at
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


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

def source_id
  @source_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


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

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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

def updated_at
  @updated_at
end