Class: Aws::Glue::Types::ResourceUri
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::ResourceUri
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The URIs for function resources.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of the resource. 
- 
  
    
      #uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The URI for accessing the resource. 
Instance Attribute Details
#resource_type ⇒ String
The type of the resource.
| 21400 21401 21402 21403 21404 21405 | # File 'lib/aws-sdk-glue/types.rb', line 21400 class ResourceUri < Struct.new( :resource_type, :uri) SENSITIVE = [] include Aws::Structure end | 
#uri ⇒ String
The URI for accessing the resource.
| 21400 21401 21402 21403 21404 21405 | # File 'lib/aws-sdk-glue/types.rb', line 21400 class ResourceUri < Struct.new( :resource_type, :uri) SENSITIVE = [] include Aws::Structure end |