Class: Aws::Types::CreateRouteResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def arn
  @arn
end

#created_by_account_id::String

Returns the value of attribute created_by_account_id.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def 
  @created_by_account_id
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


136
137
138
# File 'sig/types.rbs', line 136

def created_time
  @created_time
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


137
138
139
# File 'sig/types.rbs', line 137

def last_updated_time
  @last_updated_time
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def 
  @owner_account_id
end

#route_id::String

Returns the value of attribute route_id.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def route_id
  @route_id
end

#route_type"DEFAULT", "URI_PATH"

Returns the value of attribute route_type.

Returns:

  • ("DEFAULT", "URI_PATH")


140
141
142
# File 'sig/types.rbs', line 140

def route_type
  @route_type
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def service_id
  @service_id
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING", "INACTIVE")


142
143
144
# File 'sig/types.rbs', line 142

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


143
144
145
# File 'sig/types.rbs', line 143

def tags
  @tags
end

#uri_path_routeTypes::UriPathRouteInput

Returns the value of attribute uri_path_route.



144
145
146
# File 'sig/types.rbs', line 144

def uri_path_route
  @uri_path_route
end