Class: Aws::Types::VpcOrigin

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


4228
4229
4230
# File 'sig/types.rbs', line 4228

def 
  @account_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4227
4228
4229
# File 'sig/types.rbs', line 4227

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


4230
4231
4232
# File 'sig/types.rbs', line 4230

def created_time
  @created_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4226
4227
4228
# File 'sig/types.rbs', line 4226

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4231
4232
4233
# File 'sig/types.rbs', line 4231

def last_modified_time
  @last_modified_time
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


4229
4230
4231
# File 'sig/types.rbs', line 4229

def status
  @status
end

#vpc_origin_endpoint_configTypes::VpcOriginEndpointConfig

Returns the value of attribute vpc_origin_endpoint_config.



4232
4233
4234
# File 'sig/types.rbs', line 4232

def vpc_origin_endpoint_config
  @vpc_origin_endpoint_config
end