Class: Aws::Types::UpdateGlossaryInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


6641
6642
6643
# File 'sig/types.rbs', line 6641

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6639
6640
6641
# File 'sig/types.rbs', line 6639

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6636
6637
6638
# File 'sig/types.rbs', line 6636

def domain_identifier
  @domain_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6637
6638
6639
# File 'sig/types.rbs', line 6637

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6638
6639
6640
# File 'sig/types.rbs', line 6638

def name
  @name
end

#status"DISABLED", "ENABLED"

Returns the value of attribute status.

Returns:

  • ("DISABLED", "ENABLED")


6640
6641
6642
# File 'sig/types.rbs', line 6640

def status
  @status
end