Class: Aws::Types::Property

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_values::Array[Types::AllowedValue]

Returns the value of attribute allowed_values.

Returns:



6001
6002
6003
# File 'sig/types.rbs', line 6001

def allowed_values
  @allowed_values
end

#data_operation_scopes::Array[("READ" | "WRITE")]

Returns the value of attribute data_operation_scopes.

Returns:

  • (::Array[("READ" | "WRITE")])


6002
6003
6004
# File 'sig/types.rbs', line 6002

def data_operation_scopes
  @data_operation_scopes
end

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


5999
6000
6001
# File 'sig/types.rbs', line 5999

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5997
5998
5999
# File 'sig/types.rbs', line 5997

def description
  @description
end

#key_override::String

Returns the value of attribute key_override.

Returns:

  • (::String)


6003
6004
6005
# File 'sig/types.rbs', line 6003

def key_override
  @key_override
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5996
5997
5998
# File 'sig/types.rbs', line 5996

def name
  @name
end

#property_location"HEADER", ...

Returns the value of attribute property_location.

Returns:

  • ("HEADER", "BODY", "QUERY_PARAM", "PATH")


6004
6005
6006
# File 'sig/types.rbs', line 6004

def property_location
  @property_location
end

#property_types::Array[("USER_INPUT" | "SECRET" | "READ_ONLY" | "UNUSED" | "SECRET_OR_USER_INPUT")]

Returns the value of attribute property_types.

Returns:

  • (::Array[("USER_INPUT" | "SECRET" | "READ_ONLY" | "UNUSED" | "SECRET_OR_USER_INPUT")])


6000
6001
6002
# File 'sig/types.rbs', line 6000

def property_types
  @property_types
end

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


5998
5999
6000
# File 'sig/types.rbs', line 5998

def required
  @required
end