Class: Aws::Types::ADMChannelResponse

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)


19
20
21
# File 'sig/types.rbs', line 19

def application_id
  @application_id
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def creation_date
  @creation_date
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


21
22
23
# File 'sig/types.rbs', line 21

def enabled
  @enabled
end

#has_credentialBoolean

Returns the value of attribute has_credential.

Returns:

  • (Boolean)


22
23
24
# File 'sig/types.rbs', line 22

def has_credential
  @has_credential
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def id
  @id
end

#is_archivedBoolean

Returns the value of attribute is_archived.

Returns:

  • (Boolean)


24
25
26
# File 'sig/types.rbs', line 24

def is_archived
  @is_archived
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def last_modified_by
  @last_modified_by
end

#last_modified_date::String

Returns the value of attribute last_modified_date.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def last_modified_date
  @last_modified_date
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def platform
  @platform
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


28
29
30
# File 'sig/types.rbs', line 28

def version
  @version
end