Class: Aws::Types::RcsAgentInformation

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)


1515
1516
1517
# File 'sig/types.rbs', line 1515

def created_timestamp
  @created_timestamp
end

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


1516
1517
1518
# File 'sig/types.rbs', line 1516

def deletion_protection_enabled
  @deletion_protection_enabled
end

#opt_out_list_name::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


1517
1518
1519
# File 'sig/types.rbs', line 1517

def opt_out_list_name
  @opt_out_list_name
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1522
1523
1524
# File 'sig/types.rbs', line 1522

def pool_id
  @pool_id
end

#rcs_agent_arn::String

Returns the value of attribute rcs_agent_arn.

Returns:

  • (::String)


1512
1513
1514
# File 'sig/types.rbs', line 1512

def rcs_agent_arn
  @rcs_agent_arn
end

#rcs_agent_id::String

Returns the value of attribute rcs_agent_id.

Returns:

  • (::String)


1513
1514
1515
# File 'sig/types.rbs', line 1513

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)


1518
1519
1520
# File 'sig/types.rbs', line 1518

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


1514
1515
1516
# File 'sig/types.rbs', line 1514

def status
  @status
end

#testing_agentTypes::TestingAgentInformation

Returns the value of attribute testing_agent.



1527
1528
1529
# File 'sig/types.rbs', line 1527

def testing_agent
  @testing_agent
end

#two_way_channel_arn::String

Returns the value of attribute two_way_channel_arn.

Returns:

  • (::String)


1519
1520
1521
# File 'sig/types.rbs', line 1519

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)


1520
1521
1522
# File 'sig/types.rbs', line 1520

def two_way_channel_role
  @two_way_channel_role
end

#two_way_enabledBoolean

Returns the value of attribute two_way_enabled.

Returns:

  • (Boolean)


1521
1522
1523
# File 'sig/types.rbs', line 1521

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)


1523
1524
1525
# File 'sig/types.rbs', line 1523

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)


1524
1525
1526
# File 'sig/types.rbs', line 1524

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)


1525
1526
1527
# File 'sig/types.rbs', line 1525

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


1526
1527
1528
# File 'sig/types.rbs', line 1526

def two_way_rcs_events_enabled
  @two_way_rcs_events_enabled
end