Class: Aws::Types::RotateChannelCredentialsResponse

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)


531
532
533
# File 'sig/types.rbs', line 531

def arn
  @arn
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def description
  @description
end

#egress_access_logsTypes::EgressAccessLogs

Returns the value of attribute egress_access_logs.



534
535
536
# File 'sig/types.rbs', line 534

def egress_access_logs
  @egress_access_logs
end

#hls_ingestTypes::HlsIngest

Returns the value of attribute hls_ingest.

Returns:



535
536
537
# File 'sig/types.rbs', line 535

def hls_ingest
  @hls_ingest
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def id
  @id
end

#ingress_access_logsTypes::IngressAccessLogs

Returns the value of attribute ingress_access_logs.



537
538
539
# File 'sig/types.rbs', line 537

def ingress_access_logs
  @ingress_access_logs
end

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

Returns the value of attribute tags.

Returns:

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


538
539
540
# File 'sig/types.rbs', line 538

def tags
  @tags
end