Class: Aws::Types::ProposedSegmentChange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_policy_rule_number ⇒ ::Integer

Returns the value of attribute attachment_policy_rule_number.

Returns:

  • (::Integer)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def attachment_policy_rule_number
  @attachment_policy_rule_number
end

#segment_name ⇒ ::String

Returns the value of attribute segment_name.

Returns:

  • (::String)


1532
1533
1534
# File 'sig/types.rbs', line 1532

def segment_name
  @segment_name
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1530
1531
1532
# File 'sig/types.rbs', line 1530

def tags
  @tags
end