Class: Aws::Types::FileSystemAssociationInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audit_destination_arn::String

Returns the value of attribute audit_destination_arn.

Returns:

  • (::String)


890
891
892
# File 'sig/types.rbs', line 890

def audit_destination_arn
  @audit_destination_arn
end

#cache_attributesTypes::CacheAttributes

Returns the value of attribute cache_attributes.



893
894
895
# File 'sig/types.rbs', line 893

def cache_attributes
  @cache_attributes
end

#endpoint_network_configurationTypes::EndpointNetworkConfiguration

Returns the value of attribute endpoint_network_configuration.



894
895
896
# File 'sig/types.rbs', line 894

def endpoint_network_configuration
  @endpoint_network_configuration
end

#file_system_association_arn::String

Returns the value of attribute file_system_association_arn.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def file_system_association_arn
  @file_system_association_arn
end

#file_system_association_status::String

Returns the value of attribute file_system_association_status.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def file_system_association_status
  @file_system_association_status
end

#file_system_association_status_details::Array[Types::FileSystemAssociationStatusDetail]

Returns the value of attribute file_system_association_status_details.



895
896
897
# File 'sig/types.rbs', line 895

def file_system_association_status_details
  @file_system_association_status_details
end

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


891
892
893
# File 'sig/types.rbs', line 891

def gateway_arn
  @gateway_arn
end

#location_arn::String

Returns the value of attribute location_arn.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def location_arn
  @location_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



892
893
894
# File 'sig/types.rbs', line 892

def tags
  @tags
end