Class: Aws::Lightsail::Types::SetupHistoryResource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lightsail::Types::SetupHistoryResource
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lightsail/types.rb
 
Overview
The Lightsail resource that ‘SetupHistory` was ran on.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the Lightsail resource.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp for when the resource was created.
 - 
  
    
      #location  ⇒ Types::ResourceLocation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the resource location.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Lightsail resource.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Lightsail resource type.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Lightsail resource.
      13846 13847 13848 13849 13850 13851 13852 13853 13854  | 
    
      # File 'lib/aws-sdk-lightsail/types.rb', line 13846 class SetupHistoryResource < Struct.new( :name, :arn, :created_at, :location, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The timestamp for when the resource was created.
      13846 13847 13848 13849 13850 13851 13852 13853 13854  | 
    
      # File 'lib/aws-sdk-lightsail/types.rb', line 13846 class SetupHistoryResource < Struct.new( :name, :arn, :created_at, :location, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#location ⇒ Types::ResourceLocation
Describes the resource location.
      13846 13847 13848 13849 13850 13851 13852 13853 13854  | 
    
      # File 'lib/aws-sdk-lightsail/types.rb', line 13846 class SetupHistoryResource < Struct.new( :name, :arn, :created_at, :location, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the Lightsail resource.
      13846 13847 13848 13849 13850 13851 13852 13853 13854  | 
    
      # File 'lib/aws-sdk-lightsail/types.rb', line 13846 class SetupHistoryResource < Struct.new( :name, :arn, :created_at, :location, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The Lightsail resource type. For example, ‘Instance`.
      13846 13847 13848 13849 13850 13851 13852 13853 13854  | 
    
      # File 'lib/aws-sdk-lightsail/types.rb', line 13846 class SetupHistoryResource < Struct.new( :name, :arn, :created_at, :location, :resource_type) SENSITIVE = [] include Aws::Structure end  |