Class: Aws::Types::UpdateChannelResponse

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)


623
624
625
# File 'sig/types.rbs', line 623

def arn
  @arn
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def description
  @description
end

#egress_access_logsTypes::EgressAccessLogs

Returns the value of attribute egress_access_logs.



626
627
628
# File 'sig/types.rbs', line 626

def egress_access_logs
  @egress_access_logs
end

#hls_ingestTypes::HlsIngest

Returns the value of attribute hls_ingest.

Returns:



627
628
629
# File 'sig/types.rbs', line 627

def hls_ingest
  @hls_ingest
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def id
  @id
end

#ingress_access_logsTypes::IngressAccessLogs

Returns the value of attribute ingress_access_logs.



629
630
631
# File 'sig/types.rbs', line 629

def ingress_access_logs
  @ingress_access_logs
end

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

Returns the value of attribute tags.

Returns:

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


630
631
632
# File 'sig/types.rbs', line 630

def tags
  @tags
end