Class: Aws::Types::APNSSandboxChannelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_id::String

Returns the value of attribute bundle_id.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def bundle_id
  @bundle_id
end

#certificate::String

Returns the value of attribute certificate.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def certificate
  @certificate
end

#default_authentication_method::String

Returns the value of attribute default_authentication_method.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def default_authentication_method
  @default_authentication_method
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


117
118
119
# File 'sig/types.rbs', line 117

def enabled
  @enabled
end

#private_key::String

Returns the value of attribute private_key.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def private_key
  @private_key
end

#team_id::String

Returns the value of attribute team_id.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def team_id
  @team_id
end

#token_key::String

Returns the value of attribute token_key.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def token_key
  @token_key
end

#token_key_id::String

Returns the value of attribute token_key_id.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def token_key_id
  @token_key_id
end