Class: Aws::Types::UpdateRcsAgentResult

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)


2497
2498
2499
# File 'sig/types.rbs', line 2497

def created_timestamp
  @created_timestamp
end

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


2498
2499
2500
# File 'sig/types.rbs', line 2498

def deletion_protection_enabled
  @deletion_protection_enabled
end

#opt_out_list_name::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


2499
2500
2501
# File 'sig/types.rbs', line 2499

def opt_out_list_name
  @opt_out_list_name
end

#rcs_agent_arn::String

Returns the value of attribute rcs_agent_arn.

Returns:

  • (::String)


2494
2495
2496
# File 'sig/types.rbs', line 2494

def rcs_agent_arn
  @rcs_agent_arn
end

#rcs_agent_id::String

Returns the value of attribute rcs_agent_id.

Returns:

  • (::String)


2495
2496
2497
# File 'sig/types.rbs', line 2495

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)


2500
2501
2502
# File 'sig/types.rbs', line 2500

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")


2496
2497
2498
# File 'sig/types.rbs', line 2496

def status
  @status
end

#two_way_channel_arn::String

Returns the value of attribute two_way_channel_arn.

Returns:

  • (::String)


2501
2502
2503
# File 'sig/types.rbs', line 2501

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)


2502
2503
2504
# File 'sig/types.rbs', line 2502

def two_way_channel_role
  @two_way_channel_role
end

#two_way_enabledBoolean

Returns the value of attribute two_way_enabled.

Returns:

  • (Boolean)


2503
2504
2505
# File 'sig/types.rbs', line 2503

def two_way_enabled
  @two_way_enabled
end

#two_way_media_s3_bucket_name::String

Returns the value of attribute two_way_media_s3_bucket_name.

Returns:

  • (::String)


2504
2505
2506
# File 'sig/types.rbs', line 2504

def two_way_media_s3_bucket_name
  @two_way_media_s3_bucket_name
end

#two_way_media_s3_key_prefix::String

Returns the value of attribute two_way_media_s3_key_prefix.

Returns:

  • (::String)


2505
2506
2507
# File 'sig/types.rbs', line 2505

def two_way_media_s3_key_prefix
  @two_way_media_s3_key_prefix
end

#two_way_media_s3_role::String

Returns the value of attribute two_way_media_s3_role.

Returns:

  • (::String)


2506
2507
2508
# File 'sig/types.rbs', line 2506

def two_way_media_s3_role
  @two_way_media_s3_role
end

#two_way_rcs_events_enabled::Array[::String]

Returns the value of attribute two_way_rcs_events_enabled.

Returns:

  • (::Array[::String])


2507
2508
2509
# File 'sig/types.rbs', line 2507

def two_way_rcs_events_enabled
  @two_way_rcs_events_enabled
end