Class: Aws::Types::DeleteRcsAgentResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


593
594
595
# File 'sig/types.rbs', line 593

def created_timestamp
  @created_timestamp
end

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


594
595
596
# File 'sig/types.rbs', line 594

def deletion_protection_enabled
  @deletion_protection_enabled
end

#opt_out_list_name::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def opt_out_list_name
  @opt_out_list_name
end

#rcs_agent_arn::String

Returns the value of attribute rcs_agent_arn.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def rcs_agent_arn
  @rcs_agent_arn
end

#rcs_agent_id::String

Returns the value of attribute rcs_agent_id.

Returns:

  • (::String)


591
592
593
# File 'sig/types.rbs', line 591

def rcs_agent_id
  @rcs_agent_id
end

#self_managed_opt_outs_enabledBoolean

Returns the value of attribute self_managed_opt_outs_enabled.

Returns:

  • (Boolean)


596
597
598
# File 'sig/types.rbs', line 596

def self_managed_opt_outs_enabled
  @self_managed_opt_outs_enabled
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

  • ("CREATED", "PENDING", "TESTING", "PARTIAL", "ACTIVE", "DELETED")


592
593
594
# File 'sig/types.rbs', line 592

def status
  @status
end

#two_way_channel_arn::String

Returns the value of attribute two_way_channel_arn.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def two_way_channel_arn
  @two_way_channel_arn
end

#two_way_channel_role::String

Returns the value of attribute two_way_channel_role.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def two_way_channel_role
  @two_way_channel_role
end

#two_way_enabledBoolean

Returns the value of attribute two_way_enabled.

Returns:

  • (Boolean)


599
600
601
# File 'sig/types.rbs', line 599

def two_way_enabled
  @two_way_enabled
end

#two_way_rcs_events_enabled::Array[::String]

Returns the value of attribute two_way_rcs_events_enabled.

Returns:

  • (::Array[::String])


600
601
602
# File 'sig/types.rbs', line 600

def two_way_rcs_events_enabled
  @two_way_rcs_events_enabled
end