Class: Aws::Types::PolicyAttributeTypeDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def attribute_name
  @attribute_name
end

#attribute_type::String

Returns the value of attribute attribute_type.

Returns:

  • (::String)


443
444
445
# File 'sig/types.rbs', line 443

def attribute_type
  @attribute_type
end

#cardinality::String

Returns the value of attribute cardinality.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def cardinality
  @cardinality
end

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def description
  @description
end