Class: Aws::Types::APNSChannelResponse

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:



65
66
67
# File 'sig/types.rbs', line 65

def application_id
  @application_id
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:



66
67
68
# File 'sig/types.rbs', line 66

def creation_date
  @creation_date
end

#default_authentication_method::String

Returns the value of attribute default_authentication_method.

Returns:



67
68
69
# File 'sig/types.rbs', line 67

def default_authentication_method
  @default_authentication_method
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:



68
69
70
# File 'sig/types.rbs', line 68

def enabled
  @enabled
end

#has_credentialBoolean

Returns the value of attribute has_credential.

Returns:



69
70
71
# File 'sig/types.rbs', line 69

def has_credential
  @has_credential
end

#has_token_keyBoolean

Returns the value of attribute has_token_key.

Returns:



70
71
72
# File 'sig/types.rbs', line 70

def has_token_key
  @has_token_key
end

#id::String

Returns the value of attribute id.

Returns:



71
72
73
# File 'sig/types.rbs', line 71

def id
  @id
end

#is_archivedBoolean

Returns the value of attribute is_archived.

Returns:



72
73
74
# File 'sig/types.rbs', line 72

def is_archived
  @is_archived
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:



73
74
75
# File 'sig/types.rbs', line 73

def last_modified_by
  @last_modified_by
end

#last_modified_date::String

Returns the value of attribute last_modified_date.

Returns:



74
75
76
# File 'sig/types.rbs', line 74

def last_modified_date
  @last_modified_date
end

#platform::String

Returns the value of attribute platform.

Returns:



75
76
77
# File 'sig/types.rbs', line 75

def platform
  @platform
end

#version::Integer

Returns the value of attribute version.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def version
  @version
end