Class: Humidifier::ApiGateway::Stage

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::ApiGateway::Stage resource

AWS Resource:

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

Methods inherited from Resource

#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property

Constructor Details

This class inherits a constructor from Humidifier::Resource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Humidifier::Resource

Instance Method Details

#access_log_settingObject

returns the AccessLogSetting property



10
11
12
# File 'lib/humidifier/magic.rb', line 10

def access_log_setting
  properties['access_log_setting']
end

#access_log_setting=(value) ⇒ Object

sets the AccessLogSetting property (Structure)



15
16
17
# File 'lib/humidifier/magic.rb', line 15

def access_log_setting=(value)
  update_property('access_log_setting', value)
end

#cache_cluster_enabledObject

returns the CacheClusterEnabled property



20
21
22
# File 'lib/humidifier/magic.rb', line 20

def cache_cluster_enabled
  properties['cache_cluster_enabled']
end

#cache_cluster_enabled=(value) ⇒ Object

sets the CacheClusterEnabled property (Boolean)



25
26
27
# File 'lib/humidifier/magic.rb', line 25

def cache_cluster_enabled=(value)
  update_property('cache_cluster_enabled', value)
end

#cache_cluster_sizeObject

returns the CacheClusterSize property



30
31
32
# File 'lib/humidifier/magic.rb', line 30

def cache_cluster_size
  properties['cache_cluster_size']
end

#cache_cluster_size=(value) ⇒ Object

sets the CacheClusterSize property (String)



35
36
37
# File 'lib/humidifier/magic.rb', line 35

def cache_cluster_size=(value)
  update_property('cache_cluster_size', value)
end

#canary_settingObject

returns the CanarySetting property



40
41
42
# File 'lib/humidifier/magic.rb', line 40

def canary_setting
  properties['canary_setting']
end

#canary_setting=(value) ⇒ Object

sets the CanarySetting property (Structure)



45
46
47
# File 'lib/humidifier/magic.rb', line 45

def canary_setting=(value)
  update_property('canary_setting', value)
end

#client_certificate_idObject

returns the ClientCertificateId property



50
51
52
# File 'lib/humidifier/magic.rb', line 50

def client_certificate_id
  properties['client_certificate_id']
end

#client_certificate_id=(value) ⇒ Object

sets the ClientCertificateId property (String)



55
56
57
# File 'lib/humidifier/magic.rb', line 55

def client_certificate_id=(value)
  update_property('client_certificate_id', value)
end

#deployment_idObject

returns the DeploymentId property



60
61
62
# File 'lib/humidifier/magic.rb', line 60

def deployment_id
  properties['deployment_id']
end

#deployment_id=(value) ⇒ Object

sets the DeploymentId property (String)



65
66
67
# File 'lib/humidifier/magic.rb', line 65

def deployment_id=(value)
  update_property('deployment_id', value)
end

#descriptionObject

returns the Description property



70
71
72
# File 'lib/humidifier/magic.rb', line 70

def description
  properties['description']
end

#description=(value) ⇒ Object

sets the Description property (String)



75
76
77
# File 'lib/humidifier/magic.rb', line 75

def description=(value)
  update_property('description', value)
end

#documentation_versionObject

returns the DocumentationVersion property



80
81
82
# File 'lib/humidifier/magic.rb', line 80

def documentation_version
  properties['documentation_version']
end

#documentation_version=(value) ⇒ Object

sets the DocumentationVersion property (String)



85
86
87
# File 'lib/humidifier/magic.rb', line 85

def documentation_version=(value)
  update_property('documentation_version', value)
end

#method_settingsObject

returns the MethodSettings property



90
91
92
# File 'lib/humidifier/magic.rb', line 90

def method_settings
  properties['method_settings']
end

#method_settings=(value) ⇒ Object

sets the MethodSettings property (List)



95
96
97
# File 'lib/humidifier/magic.rb', line 95

def method_settings=(value)
  update_property('method_settings', value)
end

#rest_api_idObject

returns the RestApiId property



100
101
102
# File 'lib/humidifier/magic.rb', line 100

def rest_api_id
  properties['rest_api_id']
end

#rest_api_id=(value) ⇒ Object

sets the RestApiId property (String)



105
106
107
# File 'lib/humidifier/magic.rb', line 105

def rest_api_id=(value)
  update_property('rest_api_id', value)
end

#stage_nameObject

returns the StageName property



110
111
112
# File 'lib/humidifier/magic.rb', line 110

def stage_name
  properties['stage_name']
end

#stage_name=(value) ⇒ Object

sets the StageName property (String)



115
116
117
# File 'lib/humidifier/magic.rb', line 115

def stage_name=(value)
  update_property('stage_name', value)
end

#tagsObject

returns the Tags property



120
121
122
# File 'lib/humidifier/magic.rb', line 120

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (List)



125
126
127
# File 'lib/humidifier/magic.rb', line 125

def tags=(value)
  update_property('tags', value)
end

#tracing_enabledObject

returns the TracingEnabled property



130
131
132
# File 'lib/humidifier/magic.rb', line 130

def tracing_enabled
  properties['tracing_enabled']
end

#tracing_enabled=(value) ⇒ Object

sets the TracingEnabled property (Boolean)



135
136
137
# File 'lib/humidifier/magic.rb', line 135

def tracing_enabled=(value)
  update_property('tracing_enabled', value)
end

#variablesObject

returns the Variables property



140
141
142
# File 'lib/humidifier/magic.rb', line 140

def variables
  properties['variables']
end

#variables=(value) ⇒ Object

sets the Variables property (Map)



145
146
147
# File 'lib/humidifier/magic.rb', line 145

def variables=(value)
  update_property('variables', value)
end