Class: Aws::Types::Api

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_arn::String

Returns the value of attribute api_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def api_id
  @api_id
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


31
32
33
# File 'sig/types.rbs', line 31

def created
  @created
end

#dns::Hash[::String, ::String]

Returns the value of attribute dns.

Returns:

  • (::Hash[::String, ::String])


29
30
31
# File 'sig/types.rbs', line 29

def dns
  @dns
end

#event_configTypes::EventConfig

Returns the value of attribute event_config.

Returns:



34
35
36
# File 'sig/types.rbs', line 34

def event_config
  @event_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def name
  @name
end

#owner_contact::String

Returns the value of attribute owner_contact.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


28
29
30
# File 'sig/types.rbs', line 28

def tags
  @tags
end

#waf_web_acl_arn::String

Returns the value of attribute waf_web_acl_arn.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def waf_web_acl_arn
  @waf_web_acl_arn
end

#xray_enabledBoolean

Returns the value of attribute xray_enabled.

Returns:

  • (Boolean)


32
33
34
# File 'sig/types.rbs', line 32

def xray_enabled
  @xray_enabled
end