Class: Aws::Types::Attribute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def name
  @name
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def target_id
  @target_id
end

#target_type"container-instance"

Returns the value of attribute target_type.

Returns:

  • ("container-instance")


53
54
55
# File 'sig/types.rbs', line 53

def target_type
  @target_type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def value
  @value
end