Class: Aws::Types::ProfileAttributeValuesResponse

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)


2215
2216
2217
# File 'sig/types.rbs', line 2215

def attribute_name
  @attribute_name
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2214
2215
2216
# File 'sig/types.rbs', line 2214

def domain_name
  @domain_name
end

#items::Array[Types::AttributeValueItem]

Returns the value of attribute items.

Returns:



2216
2217
2218
# File 'sig/types.rbs', line 2216

def items
  @items
end

#status_code::Integer

Returns the value of attribute status_code.

Returns:

  • (::Integer)


2217
2218
2219
# File 'sig/types.rbs', line 2217

def status_code
  @status_code
end