Class: Aws::Types::RevokeRevisionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


928
929
930
# File 'sig/types.rbs', line 928

def data_set_id
  @data_set_id
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def revision_id
  @revision_id
end

#revocation_comment::String

Returns the value of attribute revocation_comment.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def revocation_comment
  @revocation_comment
end