Class: Aws::Types::ChannelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def application_id
  @application_id
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def creation_date
  @creation_date
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


473
474
475
# File 'sig/types.rbs', line 473

def enabled
  @enabled
end

#has_credentialBoolean

Returns the value of attribute has_credential.

Returns:

  • (Boolean)


474
475
476
# File 'sig/types.rbs', line 474

def has_credential
  @has_credential
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def id
  @id
end

#is_archivedBoolean

Returns the value of attribute is_archived.

Returns:

  • (Boolean)


476
477
478
# File 'sig/types.rbs', line 476

def is_archived
  @is_archived
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def last_modified_by
  @last_modified_by
end

#last_modified_date::String

Returns the value of attribute last_modified_date.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def last_modified_date
  @last_modified_date
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


479
480
481
# File 'sig/types.rbs', line 479

def version
  @version
end