Class: Aws::Types::BatchGetAttributesMetadataInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_identifiers::Array[::String]

Returns the value of attribute attribute_identifiers.

Returns:

  • (::Array[::String])


486
487
488
# File 'sig/types.rbs', line 486

def attribute_identifiers
  @attribute_identifiers
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def domain_identifier
  @domain_identifier
end

#entity_identifier::String

Returns the value of attribute entity_identifier.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def entity_identifier
  @entity_identifier
end

#entity_revision::String

Returns the value of attribute entity_revision.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def entity_revision
  @entity_revision
end

#entity_type"ASSET", "LISTING"

Returns the value of attribute entity_type.

Returns:

  • ("ASSET", "LISTING")


483
484
485
# File 'sig/types.rbs', line 483

def entity_type
  @entity_type
end