Class: Aws::Types::VpcOriginSummary

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.



4271
4272
4273
# File 'sig/types.rbs', line 4271

def 
  @account_id
end

#arn::String

Returns the value of attribute arn.



4270
4271
4272
# File 'sig/types.rbs', line 4270

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.



4268
4269
4270
# File 'sig/types.rbs', line 4268

def created_time
  @created_time
end

#id::String

Returns the value of attribute id.



4265
4266
4267
# File 'sig/types.rbs', line 4265

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.



4269
4270
4271
# File 'sig/types.rbs', line 4269

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.



4266
4267
4268
# File 'sig/types.rbs', line 4266

def name
  @name
end

#origin_endpoint_arn::String

Returns the value of attribute origin_endpoint_arn.



4272
4273
4274
# File 'sig/types.rbs', line 4272

def origin_endpoint_arn
  @origin_endpoint_arn
end

#status::String

Returns the value of attribute status.



4267
4268
4269
# File 'sig/types.rbs', line 4267

def status
  @status
end