Class: Aws::Types::GetKxChangesetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#changeset_id::String

Returns the value of attribute changeset_id.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def changeset_id
  @changeset_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def database_name
  @database_name
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def environment_id
  @environment_id
end