Class: Aws::Types::DeliverySource

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)


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

def arn
  @arn
end

#delivery_source_configuration::Hash[::String, ::String]

Returns the value of attribute delivery_source_configuration.

Returns:

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


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

def delivery_source_configuration
  @delivery_source_configuration
end

#log_type::String

Returns the value of attribute log_type.

Returns:

  • (::String)


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

def log_type
  @log_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


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

def resource_arns
  @resource_arns
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


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

def service
  @service
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


477
478
479
# File 'sig/types.rbs', line 477

def status
  @status
end

#status_reason"RESOURCE_DELETED"

Returns the value of attribute status_reason.

Returns:

  • ("RESOURCE_DELETED")


478
479
480
# File 'sig/types.rbs', line 478

def status_reason
  @status_reason
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