Class: Aws::Types::CreateChannelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def arn
  @arn
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def description
  @description
end

#egress_access_logsTypes::EgressAccessLogs

Returns the value of attribute egress_access_logs.



109
110
111
# File 'sig/types.rbs', line 109

def egress_access_logs
  @egress_access_logs
end

#hls_ingestTypes::HlsIngest

Returns the value of attribute hls_ingest.

Returns:



110
111
112
# File 'sig/types.rbs', line 110

def hls_ingest
  @hls_ingest
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def id
  @id
end

#ingress_access_logsTypes::IngressAccessLogs

Returns the value of attribute ingress_access_logs.



112
113
114
# File 'sig/types.rbs', line 112

def ingress_access_logs
  @ingress_access_logs
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


113
114
115
# File 'sig/types.rbs', line 113

def tags
  @tags
end