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)


1545
1546
1547
# File 'sig/types.rbs', line 1545

def created_timestamp
  @created_timestamp
end

#deletion_protection_enabled ⇒ Boolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


1546
1547
1548
# File 'sig/types.rbs', line 1546

def deletion_protection_enabled
  @deletion_protection_enabled
end

#messaging_limits ⇒ Types::MessagingLimits

Returns the value of attribute messaging_limits.



1558
1559
1560
# File 'sig/types.rbs', line 1558

def messaging_limits
  @messaging_limits
end

#opt_out_list_name ⇒ ::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


1547
1548
1549
# File 'sig/types.rbs', line 1547

def opt_out_list_name
  @opt_out_list_name
end

#pool_id ⇒ ::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1552
1553
1554
# File 'sig/types.rbs', line 1552

def pool_id
  @pool_id
end

#rcs_agent_arn ⇒ ::String

Returns the value of attribute rcs_agent_arn.

Returns:

  • (::String)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def rcs_agent_arn
  @rcs_agent_arn
end

#rcs_agent_id ⇒ ::String

Returns the value of attribute rcs_agent_id.

Returns:

  • (::String)


1543
1544
1545
# File 'sig/types.rbs', line 1543

def rcs_agent_id
  @rcs_agent_id
end

#self_managed_opt_outs_enabled ⇒ Boolean

Returns the value of attribute self_managed_opt_outs_enabled.

Returns:

  • (Boolean)


1548
1549
1550
# File 'sig/types.rbs', line 1548

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


1544
1545
1546
# File 'sig/types.rbs', line 1544

def status
  @status
end

#testing_agent ⇒ Types::TestingAgentInformation

Returns the value of attribute testing_agent.



1557
1558
1559
# File 'sig/types.rbs', line 1557

def testing_agent
  @testing_agent
end

#two_way_channel_arn ⇒ ::String

Returns the value of attribute two_way_channel_arn.

Returns:

  • (::String)


1549
1550
1551
# File 'sig/types.rbs', line 1549

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)


1550
1551
1552
# File 'sig/types.rbs', line 1550

def two_way_channel_role
  @two_way_channel_role
end

#two_way_enabled ⇒ Boolean

Returns the value of attribute two_way_enabled.

Returns:

  • (Boolean)


1551
1552
1553
# File 'sig/types.rbs', line 1551

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)


1553
1554
1555
# File 'sig/types.rbs', line 1553

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)


1554
1555
1556
# File 'sig/types.rbs', line 1554

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)


1555
1556
1557
# File 'sig/types.rbs', line 1555

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


1556
1557
1558
# File 'sig/types.rbs', line 1556

def two_way_rcs_events_enabled
  @two_way_rcs_events_enabled
end