Class: Aws::Types::APNSVoipChannelResponse

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)


154
155
156
# File 'sig/types.rbs', line 154

def application_id
  @application_id
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def creation_date
  @creation_date
end

#default_authentication_method::String

Returns the value of attribute default_authentication_method.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def default_authentication_method
  @default_authentication_method
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


157
158
159
# File 'sig/types.rbs', line 157

def enabled
  @enabled
end

#has_credentialBoolean

Returns the value of attribute has_credential.

Returns:

  • (Boolean)


158
159
160
# File 'sig/types.rbs', line 158

def has_credential
  @has_credential
end

#has_token_keyBoolean

Returns the value of attribute has_token_key.

Returns:

  • (Boolean)


159
160
161
# File 'sig/types.rbs', line 159

def has_token_key
  @has_token_key
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def id
  @id
end

#is_archivedBoolean

Returns the value of attribute is_archived.

Returns:

  • (Boolean)


161
162
163
# File 'sig/types.rbs', line 161

def is_archived
  @is_archived
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def last_modified_by
  @last_modified_by
end

#last_modified_date::String

Returns the value of attribute last_modified_date.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def last_modified_date
  @last_modified_date
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def platform
  @platform
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


165
166
167
# File 'sig/types.rbs', line 165

def version
  @version
end