Class: Aws::Types::Channel

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:



64
65
66
# File 'sig/types.rbs', line 64

def channel_arn
  @channel_arn
end

#channel_flow_arn::String

Returns the value of attribute channel_flow_arn.

Returns:



72
73
74
# File 'sig/types.rbs', line 72

def channel_flow_arn
  @channel_flow_arn
end

#created_byTypes::Identity

Returns the value of attribute created_by.

Returns:



68
69
70
# File 'sig/types.rbs', line 68

def created_by
  @created_by
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:



69
70
71
# File 'sig/types.rbs', line 69

def created_timestamp
  @created_timestamp
end

#elastic_channel_configurationTypes::ElasticChannelConfiguration

Returns the value of attribute elastic_channel_configuration.

Returns:



73
74
75
# File 'sig/types.rbs', line 73

def elastic_channel_configuration
  @elastic_channel_configuration
end

#expiration_settingsTypes::ExpirationSettings

Returns the value of attribute expiration_settings.

Returns:



74
75
76
# File 'sig/types.rbs', line 74

def expiration_settings
  @expiration_settings
end

#last_message_timestamp::Time

Returns the value of attribute last_message_timestamp.

Returns:



70
71
72
# File 'sig/types.rbs', line 70

def last_message_timestamp
  @last_message_timestamp
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:



71
72
73
# File 'sig/types.rbs', line 71

def last_updated_timestamp
  @last_updated_timestamp
end

#metadata::String

Returns the value of attribute metadata.

Returns:



67
68
69
# File 'sig/types.rbs', line 67

def 
  @metadata
end

#mode"UNRESTRICTED", "RESTRICTED"

Returns the value of attribute mode.

Returns:



65
66
67
# File 'sig/types.rbs', line 65

def mode
  @mode
end

#name::String

Returns the value of attribute name.

Returns:



63
64
65
# File 'sig/types.rbs', line 63

def name
  @name
end

#privacy"PUBLIC", "PRIVATE"

Returns the value of attribute privacy.

Returns:



66
67
68
# File 'sig/types.rbs', line 66

def privacy
  @privacy
end