Class: Aws::Types::Api
- Inherits:
-
Object
- Object
- Aws::Types::Api
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_arn ⇒ ::String
Returns the value of attribute api_arn.
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#dns ⇒ ::Hash[::String, ::String]
Returns the value of attribute dns.
-
#event_config ⇒ Types::EventConfig
Returns the value of attribute event_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_contact ⇒ ::String
Returns the value of attribute owner_contact.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#waf_web_acl_arn ⇒ ::String
Returns the value of attribute waf_web_acl_arn.
-
#xray_enabled ⇒ Boolean
Returns the value of attribute xray_enabled.
Instance Attribute Details
#api_arn ⇒ ::String
Returns the value of attribute api_arn.
30 31 32 |
# File 'sig/types.rbs', line 30 def api_arn @api_arn end |
#api_id ⇒ ::String
Returns the value of attribute api_id.
25 26 27 |
# File 'sig/types.rbs', line 25 def api_id @api_id end |
#created ⇒ ::Time
Returns the value of attribute created.
31 32 33 |
# File 'sig/types.rbs', line 31 def created @created end |
#dns ⇒ ::Hash[::String, ::String]
Returns the value of attribute dns.
29 30 31 |
# File 'sig/types.rbs', line 29 def dns @dns end |
#event_config ⇒ Types::EventConfig
Returns the value of attribute event_config.
34 35 36 |
# File 'sig/types.rbs', line 34 def event_config @event_config end |
#name ⇒ ::String
Returns the value of attribute name.
26 27 28 |
# File 'sig/types.rbs', line 26 def name @name end |
#owner_contact ⇒ ::String
Returns the value of attribute owner_contact.
27 28 29 |
# File 'sig/types.rbs', line 27 def owner_contact @owner_contact end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
28 29 30 |
# File 'sig/types.rbs', line 28 def @tags end |
#waf_web_acl_arn ⇒ ::String
Returns the value of attribute waf_web_acl_arn.
33 34 35 |
# File 'sig/types.rbs', line 33 def waf_web_acl_arn @waf_web_acl_arn end |
#xray_enabled ⇒ Boolean
Returns the value of attribute xray_enabled.
32 33 34 |
# File 'sig/types.rbs', line 32 def xray_enabled @xray_enabled end |