Class: Aws::Types::RevokeRevisionResponse

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)


935
936
937
# File 'sig/types.rbs', line 935

def arn
  @arn
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


936
937
938
# File 'sig/types.rbs', line 936

def comment
  @comment
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


937
938
939
# File 'sig/types.rbs', line 937

def created_at
  @created_at
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def data_set_id
  @data_set_id
end

#finalizedBoolean

Returns the value of attribute finalized.

Returns:

  • (Boolean)


939
940
941
# File 'sig/types.rbs', line 939

def finalized
  @finalized
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


940
941
942
# File 'sig/types.rbs', line 940

def id
  @id
end

#revocation_comment::String

Returns the value of attribute revocation_comment.

Returns:

  • (::String)


943
944
945
# File 'sig/types.rbs', line 943

def revocation_comment
  @revocation_comment
end

#revokedBoolean

Returns the value of attribute revoked.

Returns:

  • (Boolean)


944
945
946
# File 'sig/types.rbs', line 944

def revoked
  @revoked
end

#revoked_at::Time

Returns the value of attribute revoked_at.

Returns:

  • (::Time)


945
946
947
# File 'sig/types.rbs', line 945

def revoked_at
  @revoked_at
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


941
942
943
# File 'sig/types.rbs', line 941

def source_id
  @source_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


942
943
944
# File 'sig/types.rbs', line 942

def updated_at
  @updated_at
end