Class: Aws::Types::PutDestinationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_name::String

Returns the value of attribute destination_name.

Returns:

  • (::String)


1805
1806
1807
# File 'sig/types.rbs', line 1805

def destination_name
  @destination_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1807
1808
1809
# File 'sig/types.rbs', line 1807

def role_arn
  @role_arn
end

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

Returns the value of attribute tags.

Returns:

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


1808
1809
1810
# File 'sig/types.rbs', line 1808

def tags
  @tags
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


1806
1807
1808
# File 'sig/types.rbs', line 1806

def target_arn
  @target_arn
end