Class: Aws::Pinpoint::Types::ChannelResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::ChannelResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Provides information about the general settings and status of a channel for an application.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #application_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the application.
 - 
  
    
      #creation_date  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time, in ISO 8601 format, when the channel was enabled.
 - 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether the channel is enabled for the application.
 - 
  
    
      #has_credential  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
(Not used) This property is retained only for backward compatibility.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
(Deprecated) An identifier for the channel.
 - 
  
    
      #is_archived  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether the channel is archived.
 - 
  
    
      #last_modified_by  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user who last modified the channel.
 - 
  
    
      #last_modified_date  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time, in ISO 8601 format, when the channel was last modified.
 - 
  
    
      #version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current version of the channel.
 
Instance Attribute Details
#application_id ⇒ String
The unique identifier for the application.
      2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 2510 class ChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_date ⇒ String
The date and time, in ISO 8601 format, when the channel was enabled.
      2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 2510 class ChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#enabled ⇒ Boolean
Specifies whether the channel is enabled for the application.
      2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 2510 class ChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#has_credential ⇒ Boolean
(Not used) This property is retained only for backward compatibility.
      2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 2510 class ChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
(Deprecated) An identifier for the channel. This property is retained only for backward compatibility.
      2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 2510 class ChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#is_archived ⇒ Boolean
Specifies whether the channel is archived.
      2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 2510 class ChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_by ⇒ String
The user who last modified the channel.
      2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 2510 class ChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_date ⇒ String
The date and time, in ISO 8601 format, when the channel was last modified.
      2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 2510 class ChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ Integer
The current version of the channel.
      2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 2510 class ChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :version) SENSITIVE = [] include Aws::Structure end  |