Class: Aws::Types::DescribeLocationFsxWindowsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cmk_secret_configTypes::CmkSecretConfig

Returns the value of attribute cmk_secret_config.



404
405
406
# File 'sig/types.rbs', line 404

def cmk_secret_config
  @cmk_secret_config
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


400
401
402
# File 'sig/types.rbs', line 400

def creation_time
  @creation_time
end

#custom_secret_configTypes::CustomSecretConfig

Returns the value of attribute custom_secret_config.



405
406
407
# File 'sig/types.rbs', line 405

def custom_secret_config
  @custom_secret_config
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def domain
  @domain
end

#location_arn::String

Returns the value of attribute location_arn.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def location_arn
  @location_arn
end

#location_uri::String

Returns the value of attribute location_uri.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def location_uri
  @location_uri
end

#managed_secret_configTypes::ManagedSecretConfig

Returns the value of attribute managed_secret_config.



403
404
405
# File 'sig/types.rbs', line 403

def managed_secret_config
  @managed_secret_config
end

#security_group_arns::Array[::String]

Returns the value of attribute security_group_arns.

Returns:

  • (::Array[::String])


399
400
401
# File 'sig/types.rbs', line 399

def security_group_arns
  @security_group_arns
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def user
  @user
end