Class: Aws::Types::Studio

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_mode"SSO", "IAM"

Returns the value of attribute auth_mode.

Returns:

  • ("SSO", "IAM")


1711
1712
1713
# File 'sig/types.rbs', line 1711

def auth_mode
  @auth_mode
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1719
1720
1721
# File 'sig/types.rbs', line 1719

def creation_time
  @creation_time
end

#default_s3_location::String

Returns the value of attribute default_s3_location.

Returns:

  • (::String)


1720
1721
1722
# File 'sig/types.rbs', line 1720

def default_s3_location
  @default_s3_location
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1710
1711
1712
# File 'sig/types.rbs', line 1710

def description
  @description
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


1727
1728
1729
# File 'sig/types.rbs', line 1727

def encryption_key_arn
  @encryption_key_arn
end

#engine_security_group_id::String

Returns the value of attribute engine_security_group_id.

Returns:

  • (::String)


1717
1718
1719
# File 'sig/types.rbs', line 1717

def engine_security_group_id
  @engine_security_group_id
end

#idc_instance_arn::String

Returns the value of attribute idc_instance_arn.

Returns:

  • (::String)


1724
1725
1726
# File 'sig/types.rbs', line 1724

def idc_instance_arn
  @idc_instance_arn
end

#idc_user_assignment"REQUIRED", "OPTIONAL"

Returns the value of attribute idc_user_assignment.

Returns:

  • ("REQUIRED", "OPTIONAL")


1726
1727
1728
# File 'sig/types.rbs', line 1726

def idc_user_assignment
  @idc_user_assignment
end

#idp_auth_url::String

Returns the value of attribute idp_auth_url.

Returns:

  • (::String)


1721
1722
1723
# File 'sig/types.rbs', line 1721

def idp_auth_url
  @idp_auth_url
end

#idp_relay_state_parameter_name::String

Returns the value of attribute idp_relay_state_parameter_name.

Returns:

  • (::String)


1722
1723
1724
# File 'sig/types.rbs', line 1722

def idp_relay_state_parameter_name
  @idp_relay_state_parameter_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1709
1710
1711
# File 'sig/types.rbs', line 1709

def name
  @name
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


1714
1715
1716
# File 'sig/types.rbs', line 1714

def service_role
  @service_role
end

#studio_arn::String

Returns the value of attribute studio_arn.

Returns:

  • (::String)


1708
1709
1710
# File 'sig/types.rbs', line 1708

def studio_arn
  @studio_arn
end

#studio_id::String

Returns the value of attribute studio_id.

Returns:

  • (::String)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def studio_id
  @studio_id
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


1713
1714
1715
# File 'sig/types.rbs', line 1713

def subnet_ids
  @subnet_ids
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1723
1724
1725
# File 'sig/types.rbs', line 1723

def tags
  @tags
end

#trusted_identity_propagation_enabledBoolean

Returns the value of attribute trusted_identity_propagation_enabled.

Returns:

  • (Boolean)


1725
1726
1727
# File 'sig/types.rbs', line 1725

def trusted_identity_propagation_enabled
  @trusted_identity_propagation_enabled
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


1718
1719
1720
# File 'sig/types.rbs', line 1718

def url
  @url
end

#user_role::String

Returns the value of attribute user_role.

Returns:

  • (::String)


1715
1716
1717
# File 'sig/types.rbs', line 1715

def user_role
  @user_role
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1712
1713
1714
# File 'sig/types.rbs', line 1712

def vpc_id
  @vpc_id
end

#workspace_security_group_id::String

Returns the value of attribute workspace_security_group_id.

Returns:

  • (::String)


1716
1717
1718
# File 'sig/types.rbs', line 1716

def workspace_security_group_id
  @workspace_security_group_id
end