Class: Aws::Types::Destination

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_policy::String

Returns the value of attribute access_policy.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def access_policy
  @access_policy
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def arn
  @arn
end

#creation_time::Integer

Returns the value of attribute creation_time.

Returns:

  • (::Integer)


767
768
769
# File 'sig/types.rbs', line 767

def creation_time
  @creation_time
end

#destination_name::String

Returns the value of attribute destination_name.

Returns:

  • (::String)


762
763
764
# File 'sig/types.rbs', line 762

def destination_name
  @destination_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def role_arn
  @role_arn
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


763
764
765
# File 'sig/types.rbs', line 763

def target_arn
  @target_arn
end