Class: Aws::Types::DescribeLiveSourceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


470
471
472
# File 'sig/types.rbs', line 470

def creation_time
  @creation_time
end

#http_package_configurations::Array[Types::HttpPackageConfiguration]

Returns the value of attribute http_package_configurations.

Returns:



471
472
473
# File 'sig/types.rbs', line 471

def http_package_configurations
  @http_package_configurations
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


472
473
474
# File 'sig/types.rbs', line 472

def last_modified_time
  @last_modified_time
end

#live_source_name::String

Returns the value of attribute live_source_name.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def live_source_name
  @live_source_name
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def source_location_name
  @source_location_name
end

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

Returns the value of attribute tags.

Returns:

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


475
476
477
# File 'sig/types.rbs', line 475

def tags
  @tags
end