Class: Aws::Types::APNSVoipSandboxChannelResponse

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:



182
183
184
# File 'sig/types.rbs', line 182

def application_id
  @application_id
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:



183
184
185
# File 'sig/types.rbs', line 183

def creation_date
  @creation_date
end

#default_authentication_method::String

Returns the value of attribute default_authentication_method.

Returns:



184
185
186
# File 'sig/types.rbs', line 184

def default_authentication_method
  @default_authentication_method
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:



185
186
187
# File 'sig/types.rbs', line 185

def enabled
  @enabled
end

#has_credentialBoolean

Returns the value of attribute has_credential.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def has_credential
  @has_credential
end

#has_token_keyBoolean

Returns the value of attribute has_token_key.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def has_token_key
  @has_token_key
end

#id::String

Returns the value of attribute id.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def id
  @id
end

#is_archivedBoolean

Returns the value of attribute is_archived.

Returns:



189
190
191
# File 'sig/types.rbs', line 189

def is_archived
  @is_archived
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:



190
191
192
# File 'sig/types.rbs', line 190

def last_modified_by
  @last_modified_by
end

#last_modified_date::String

Returns the value of attribute last_modified_date.

Returns:



191
192
193
# File 'sig/types.rbs', line 191

def last_modified_date
  @last_modified_date
end

#platform::String

Returns the value of attribute platform.

Returns:



192
193
194
# File 'sig/types.rbs', line 192

def platform
  @platform
end

#version::Integer

Returns the value of attribute version.

Returns:



193
194
195
# File 'sig/types.rbs', line 193

def version
  @version
end